cody - HTMLify profile

cody
4270 Files
632106 Views
Latest files of /cody/frontendcharm/Mini-Projects/BUTTONS/Star Rating Interaction
* {
box-sizing: border-box;
}
:root {
--background-color: #151515;
--on-color: #ffc107;
--off-color: #666;
box-sizing: border-box;
}
:root {
--background-color: #151515;
--on-color: #ffc107;
--off-color: #666;
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Star Rating Interaction</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Star Rating Interaction</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>